ACSGroupCallLocator 類別
宣告
@interface ACSGroupCallLocator : ACSJoinMeetingLocator;
Description
加入群組呼叫的選項
方法
init
使用 groupId 建立新的實例
-(instancetype)init:(NSUUID *)groupId;
參數
groupId
- Guid,表示要加入的群組。
屬性
groupId
群組交談的唯一標識碼
@property (retain, nonnull, readonly) NSUUID *groupId;