CallUpgradeDecision
Interface that processes the call upgrade request.
Methods
acceptReceiveOnly
fun acceptReceiveOnly(): Unit
Accepts video receiving from another call participant.
Returns
type:
Unit
acceptReceiveAndSend
fun acceptReceiveAndSend(localVideoStream: ): Unit
Accepts video receiving from another call participant and sends the local video.
Parameters
localVideoStream:
Local video stream to be sent to another call participant
Returns
type:
Unit