共用方式為


ACSRoomCallLocator 類別

宣告

@interface ACSRoomCallLocator : ACSJoinMeetingLocator;

Description

使用會議室識別碼定位器加入通話的選項

方法

init

建立具有會議室標識碼的新實例

-(instancetype)init:(NSString *)roomId;

參數

  • roomId - 字串,表示要聯結的會議室。

屬性

roomId

會議的會議室標識碼

@property (retain, nonnull, readonly) NSString * roomId;