Calling support
This commit is contained in:
parent
83574eb067
commit
d3a27a6442
72 changed files with 3864 additions and 191 deletions
|
@ -39,7 +39,13 @@ const getInitialData = async () => ({
|
|||
|
||||
spellCheck: await window.getSpellCheck(),
|
||||
|
||||
incomingCallNotification: await window.getIncomingCallNotification(),
|
||||
callRingtoneNotification: await window.getCallRingtoneNotification(),
|
||||
callSystemNotification: await window.getCallSystemNotification(),
|
||||
alwaysRelayCalls: await window.getAlwaysRelayCalls(),
|
||||
|
||||
mediaPermissions: await window.getMediaPermissions(),
|
||||
mediaCameraPermissions: await window.getMediaCameraPermissions(),
|
||||
|
||||
isPrimary: await window.isPrimary(),
|
||||
lastSyncTime: await window.getLastSyncTime(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue