Disconnects a specified participant from a specified stage. If the participant is publishing using an IngestConfiguration, DisconnectParticipant also updates the stageArn
in the IngestConfiguration to be an empty string.
See https://www.paws-r-sdk.com/docs/ivsrealtime_disconnect_participant/ for full documentation.
ivsrealtime_disconnect_participant(stageArn, participantId, reason = NULL)
[required] ARN of the stage to which the participant is attached.
[required] Identifier of the participant to be disconnected. IVS assigns this; it
is returned by
create_participant_token
(for
streams using WebRTC ingest) or
create_ingest_configuration
(for streams using RTMP ingest).
Description of why this participant is being disconnected.