Batch Start Viewer Session Revocation
ivs_batch_start_viewer_session_revocation | R Documentation |
Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously¶
Description¶
Performs start_viewer_session_revocation
on multiple channel ARN and
viewer ID pairs simultaneously.
Usage¶
Arguments¶
viewerSessions
[required] Array of viewer sessions, one per channel-ARN and viewer-ID pair.
Value¶
A list with the following syntax:
list(
errors = list(
list(
channelArn = "string",
viewerId = "string",
code = "string",
message = "string"
)
)
)