Skip to content
Snippets Groups Projects
Commit 8ff7d87b authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Bodge to make video = screen sharing

parent 3d8d9bac
No related merge requests found
......@@ -158,7 +158,7 @@ function _onAction(payload) {
newCall.placeVoiceCall();
}
else if (payload.type === 'video') {
newCall.placeVideoCall(
newCall.placeScreenSharingCall(
payload.remote_element,
payload.local_element
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment