ReceivingSharing

class ReceivingSharing(call: Call, receiving: Boolean) : CallObserver.AbstractCallEvent, CallObserver.MediaChangedEvent

This might be triggered when the local party muted or unmuted the remote content sharing.

Since

1.3.0

Constructors

Link copied to clipboard
fun ReceivingSharing(call: Call, receiving: Boolean)

Functions

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

Properties

Link copied to clipboard
protected var mCall: Call?