ACSCallLobbyDelegate 协议
声明
@protocol ACSCallLobbyDelegate;
说明
ACSCallLobby 为响应重要事件而调用的一组方法。
方法
onLobbyParticipantsUpdated
LobbyParticipantsUpdated 事件。 在 Teams 会议大厅添加或删除参与者时发生。
-(void)onLobbyParticipantsUpdated:(ACSCallLobby *)sender :(ACSParticipantsUpdatedEventArgs *)args {
参数
sender
- 已更新其参与者的调用对象。args
- 有关已更新的参与者的信息。