RemoteSendingVideoEvent

This might be triggered when the remote party muted or unmuted the video.

Since

0.1

Constructors

Link copied to clipboard
fun RemoteSendingVideoEvent(call: Call, sending: Boolean)

Functions

Link copied to clipboard
open fun getCall(): Call?
Link copied to clipboard
fun isSending(): Boolean
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
protected var mCall: Call?