amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo / DefaultAudioVideoFacade / demoteFromPrimaryMeeting

demoteFromPrimaryMeeting

fun demoteFromPrimaryMeeting(): Unit

Remove the promoted attendee from the Primary meeting. This client will stop sharing audio, video, and data messages. This will revert the end-user to precisely the state they were before a call to promoteToPrimaryMeeting

This will have no effect if there was no previous successful call to promoteToPrimaryMeeting. This may result in PrimaryMeetingPromotionObserver.onPrimaryMeetingDemotion but there is no need to wait for that callback to revert UX, etc.