ACSGroupCallLocator Class

Declaration

@interface ACSGroupCallLocator : ACSJoinMeetingLocator;

Description

Options for joining a group call

Methods

init

Creates a new instance with a groupId

-(instancetype)init:(NSUUID *)groupId;

Parameters

  • groupId - A Guid representing the group to join.

Properties

groupId

The unique identifier for the group conversation

@property (retain, nonnull, readonly) NSUUID *groupId;