Rate this page:

CallUpgradeDecision

This API is in beta and subject to change.

Interface that processes the call upgrade request.

Methods

acceptReceiveOnly

Copy URL
fun acceptReceiveOnly(): 

Unit

This API is in beta and subject to change.

Accepts video receiving from another call participant.

Returns

  • type:

    Unit

acceptReceiveAndSend

Copy URL
fun acceptReceiveAndSend(localVideoStream: 

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:

    LocalVideoStream

    Local video stream to be sent to another call participant

Returns

  • type:

    Unit