Calling support
This commit is contained in:

committed by
Scott Nonnenberg

parent
83574eb067
commit
d3a27a6442
@@ -55,13 +55,24 @@ window.setHideMenuBar = makeSetter('hide-menu-bar');
|
||||
window.getSpellCheck = makeGetter('spell-check');
|
||||
window.setSpellCheck = makeSetter('spell-check');
|
||||
|
||||
window.getAlwaysRelayCalls = makeGetter('always-relay-calls');
|
||||
window.setAlwaysRelayCalls = makeSetter('always-relay-calls');
|
||||
|
||||
window.getNotificationSetting = makeGetter('notification-setting');
|
||||
window.setNotificationSetting = makeSetter('notification-setting');
|
||||
window.getAudioNotification = makeGetter('audio-notification');
|
||||
window.setAudioNotification = makeSetter('audio-notification');
|
||||
window.getCallRingtoneNotification = makeGetter('call-ringtone-notification');
|
||||
window.setCallRingtoneNotification = makeSetter('call-ringtone-notification');
|
||||
window.getCallSystemNotification = makeGetter('call-system-notification');
|
||||
window.setCallSystemNotification = makeSetter('call-system-notification');
|
||||
window.getIncomingCallNotification = makeGetter('incoming-call-notification');
|
||||
window.setIncomingCallNotification = makeSetter('incoming-call-notification');
|
||||
|
||||
window.getMediaPermissions = makeGetter('media-permissions');
|
||||
window.setMediaPermissions = makeSetter('media-permissions');
|
||||
window.getMediaCameraPermissions = makeGetter('media-camera-permissions');
|
||||
window.setMediaCameraPermissions = makeSetter('media-camera-permissions');
|
||||
|
||||
window.isPrimary = makeGetter('is-primary');
|
||||
window.makeSyncRequest = makeGetter('sync-request');
|
||||
|
Reference in New Issue
Block a user