phone.toggleGroupCallStartSubscription

Subscribe or unsubscribe to a scheduled group call

 Method schema is available as of layer 127. Switch »

Parameters

Name Type Description
call InputGroupCall Scheduled group call
subscribed Bool Enable or disable subscription

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