ACSCallLobbyDelegate Protocol

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.