ACSGroupCallLocator クラス
宣言
@interface ACSGroupCallLocator : ACSJoinMeetingLocator;
説明
グループ通話に参加するためのオプション
メソッド
Init
groupId を使用して新しいインスタンスを作成します
-(instancetype)init:(NSUUID *)groupId;
パラメーター
groupId
- 結合するグループを表す Guid。
プロパティ
groupId
グループ会話の一意識別子
@property (retain, nonnull, readonly) NSUUID *groupId;