Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@protocol ACSCallLobbyDelegate;
Description
A set of methods that are called by ACSCallLobby in response to important events.
Methods
onLobbyParticipantsUpdated
LobbyParticipantsUpdated Event. Occurs when participants are added to or removed from a Teams meeting lobby.
-(void)onLobbyParticipantsUpdated:(ACSCallLobby *)sender :(ACSParticipantsUpdatedEventArgs *)args {
Parameters
sender
- The call object whose participants has been updated.args
- Information about the participants updated.