Can Receive Permission Update
@Serializable
Content copied to clipboard
A desired update to a participant's canReceive
permission.
The update works as follows:
base
-> if provided, overwrites participant's previousbase
valuebyUserId
-> if provided, overwrites participant's previousbyUserId
valuebyParticipantId
-> if provided, overwrites participant's previousbyParticipantId
value
Any field that is not specified will not be updated.
Constructors
Link copied to clipboard
fun CanReceivePermissionUpdate(base: CanReceiveMediaPermissionFull? = null, byUserId: Map<String, CanReceiveMediaPermissionPartial>? = null, byParticipantId: Map<String, CanReceiveMediaPermissionPartial>? = null)
Content copied to clipboard
Properties
Link copied to clipboard
val byParticipantId: Map<String, CanReceiveMediaPermissionPartial>? = null
Content copied to clipboard