ivsrealtime_disconnect_participant {paws.analytics} | R Documentation |
Disconnects a specified participant and revokes the participant permanently from a specified stage
Description
Disconnects a specified participant and revokes the participant permanently from a specified stage.
See https://www.paws-r-sdk.com/docs/ivsrealtime_disconnect_participant/ for full documentation.
Usage
ivsrealtime_disconnect_participant(stageArn, participantId, reason = NULL)
Arguments
stageArn |
[required] ARN of the stage to which the participant is attached. |
participantId |
[required] Identifier of the participant to be disconnected. This is assigned by
IVS and returned by
|
reason |
Description of why this participant is being disconnected. |
[Package paws.analytics version 0.7.0 Index]