Rate this page:

CallUpgradeDecision

Interface that processes the call upgrade request.

Methods

acceptReceiveOnly

Copy URL
fun acceptReceiveOnly(): 

Unit

Accepts video receiving from another call participant.

Returns

  • type:

    Unit

acceptReceiveAndSend

Copy URL
fun acceptReceiveAndSend(localVideoStream: 

LocalVideoStream

):

Unit

Accepts video receiving from another call participant and sends the local video.

Parameters

  • localVideoStream:

    LocalVideoStream

    Local video stream to be sent to another call participant

Returns

  • type:

    Unit