shift-click the video button to screenshare rather than overriding the button entirely.
This commit is contained in:
parent
8ff7d87b38
commit
98ea35253a
2 changed files with 8 additions and 2 deletions
|
@ -158,6 +158,12 @@ function _onAction(payload) {
|
|||
newCall.placeVoiceCall();
|
||||
}
|
||||
else if (payload.type === 'video') {
|
||||
newCall.placeVideoCall(
|
||||
payload.remote_element,
|
||||
payload.local_element
|
||||
);
|
||||
}
|
||||
else if (payload.type === 'screensharing') {
|
||||
newCall.placeScreenSharingCall(
|
||||
payload.remote_element,
|
||||
payload.local_element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue