diff --git a/src/CallHandler.js b/src/CallHandler.js index d0cf16f801..0a7a1cf922 100644 --- a/src/CallHandler.js +++ b/src/CallHandler.js @@ -158,7 +158,7 @@ function _onAction(payload) { newCall.placeVoiceCall(); } else if (payload.type === 'video') { - newCall.placeVideoCall( + newCall.placeScreenSharingCall( payload.remote_element, payload.local_element );