CallUpgradeDecision
Interface that processes the call upgrade request.
Methods
acceptReceiveAndSend
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
acceptReceiveOnly
acceptReceiveOnly(): Unit
Accepts video receiving from another call participant.
Returns
type:
Unit