You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Bodge to make video = screen sharing
This commit is contained in:
@ -158,7 +158,7 @@ function _onAction(payload) {
|
|||||||
newCall.placeVoiceCall();
|
newCall.placeVoiceCall();
|
||||||
}
|
}
|
||||||
else if (payload.type === 'video') {
|
else if (payload.type === 'video') {
|
||||||
newCall.placeVideoCall(
|
newCall.placeScreenSharingCall(
|
||||||
payload.remote_element,
|
payload.remote_element,
|
||||||
payload.local_element
|
payload.local_element
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user