mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Bodge to make video = screen sharing
This commit is contained in:
parent
3d8d9bac8e
commit
8ff7d87b38
@ -158,7 +158,7 @@ function _onAction(payload) {
|
||||
newCall.placeVoiceCall();
|
||||
}
|
||||
else if (payload.type === 'video') {
|
||||
newCall.placeVideoCall(
|
||||
newCall.placeScreenSharingCall(
|
||||
payload.remote_element,
|
||||
payload.local_element
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user