SendingSharingEvent

This might be triggered when the local party started or stopped the content sharing.

Since

1.4.0

Constructors

Link copied to clipboard
fun SendingSharingEvent(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?