1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

Bodge to make video = screen sharing

This commit is contained in:
Kegan Dougal
2015-10-20 16:45:26 +01:00
parent 3d8d9bac8e
commit 8ff7d87b38

View File

@ -158,7 +158,7 @@ function _onAction(payload) {
newCall.placeVoiceCall();
}
else if (payload.type === 'video') {
newCall.placeVideoCall(
newCall.placeScreenSharingCall(
payload.remote_element,
payload.local_element
);