ACSCallLobbyDelegate 通訊協定
宣告
@protocol ACSCallLobbyDelegate;
Description
ACSCallLobby 為了回應重要事件而呼叫的一組方法。
方法
onLobbyParticipantsUpdated
LobbyParticipantsUpdated 事件。 在 Teams 會議大廳中新增或移除參與者時發生。
-(void)onLobbyParticipantsUpdated:(ACSCallLobby *)sender :(ACSParticipantsUpdatedEventArgs *)args {
參數
sender
- 已更新參與者的呼叫物件。args
- 已更新參與者的相關信息。