You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ Commands are given to the app via URL hash:
21
21
22
22
**IMPORTANT:**`PAYLOAD`**must** be base64 encoded (NOTE: you might still need to URL-encode the base64 string to be a valid URL hash) before passing it to the app in the URL hash.
23
23
24
+
In order to start the app in audio-only mode initially,
25
+
provide `noOutgoingVideoInitially` in the query (search) string
26
+
of the initial URL, e.g. `/index.html?noOutgoingVideoInitially#startCall`.
0 commit comments