open fun onPrimaryMeetingDemotion(status: MeetingSessionStatus): Unit
This observer callback will only be called for attendees in Replica meetings that have been promoted to the Primary meeting via AudioVideoFacade.promoteToPrimaryMeeting.
Indicates that the client is no longer authenticated to the Primary meeting
and can no longer share media. status
will contain a MeetingSessionStatusCode of the following:
chime::DeleteAttendee
was called on the Primary
meeting attendee used in AudioVideoFacade.promoteToPrimaryMeeting.
status
- : MeetingSessionStatus - Reason for demotion, see notes above