phone.startScheduledGroupCall

Start a scheduled group call.

 Method schema is available as of layer 127. Switch »

Parameters

Name Type Description
call InputGroupCall The scheduled group call

Result

Updates

Possible errors

Code Type Description
403 GROUPCALL_ALREADY_STARTED The groupcall has already started, you can join directly using phone.joinGroupCall.
400 GROUPCALL_INVALID The specified group call is invalid.

Related pages

phone.joinGroupCall

Join a group call

Go up