diff --git a/.loki/reference/chrome_Components_Icons_all.png b/.loki/reference/chrome_Components_Icons_all.png index 9ee15f4ff..173c74e32 100644 Binary files a/.loki/reference/chrome_Components_Icons_all.png and b/.loki/reference/chrome_Components_Icons_all.png differ diff --git a/.loki/reference/chrome_Components_Icons_phone.png b/.loki/reference/chrome_Components_Icons_phone.png new file mode 100644 index 000000000..ea142fac6 Binary files /dev/null and b/.loki/reference/chrome_Components_Icons_phone.png differ diff --git a/.loki/reference/chrome_Components_Icons_phoneOff.png b/.loki/reference/chrome_Components_Icons_phoneOff.png new file mode 100644 index 000000000..d621a0f3a Binary files /dev/null and b/.loki/reference/chrome_Components_Icons_phoneOff.png differ diff --git a/src/components/Calls/CallIFrame.js b/src/components/Calls/CallIFrame.js new file mode 100644 index 000000000..84ead3627 --- /dev/null +++ b/src/components/Calls/CallIFrame.js @@ -0,0 +1,14 @@ +import { h } from 'preact'; + +import { Screen } from '../Screen'; +import { createClassName } from '../helpers'; +import styles from './styles.scss'; + + +export const CallIFrame = (url) => ( + +
+