phone.joinGroupCallPresentation

Start screen sharing in a call

 Method schema is available as of layer 129. Switch »

Parameters

Name Type Description
call InputGroupCall The group call
params DataJSON WebRTC parameters

Result

Updates

Possible errors

Code Type Description
400 GROUPCALL_INVALID The specified group call is invalid.
403 PARTICIPANT_JOIN_MISSING Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall.

Related pages

phone.joinGroupCall

Join a group call

Go up