IncomingVideoStream Class

  • java.lang.Object
    • CallVideoStream
      • com.azure.android.communication.calling.IncomingVideoStream

public class IncomingVideoStream extends CallVideoStream

Contains information about common properties between the different types of incoming video streams

Method Summary

Modifier and Type Method and Description
String getParticipantSourceId()

Return the remote participant endpoint id that owns this incoming video streams Same user logged in from different devices will have different ParticipantSourceId Note: This field is not the same as CommunicationIdentifier.

Inherited Members

Method Details

getParticipantSourceId

public String getParticipantSourceId()

Return the remote participant endpoint id that owns this incoming video streams Same user logged in from different devices will have different ParticipantSourceId Note: This field is not the same as CommunicationIdentifier.

Applies to