CallContentVideoModerationWarningParams

data class CallContentVideoModerationWarningParams(val call: Call, val message: String? = null)

Parameters for VideoComponentFactory.CallContentVideoModerationWarning.

Parameters

call

The call that contains all the participants state and tracks.

message

The moderation warning message to display.

Constructors

Link copied to clipboard
constructor(call: Call, message: String? = null)

Properties

Link copied to clipboard
val call: Call
Link copied to clipboard