CallUpgradeDecision
This API is in beta and subject to change.
Interface that processes the call upgrade request.
Methods
acceptReceiveOnly
fun acceptReceiveOnly(): Unit
This API is in beta and subject to change.
Accepts video receiving from another call participant.
Returns
type:
Unit
acceptReceiveAndSend
fun acceptReceiveAndSend(localVideoStream: ): Unit
This API is in beta and subject to change.
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