Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;