Class IncomingVideoStream
- Object
-
- CallVideoStream
-
- IncomingVideoStream
-
- Direct Known Subclasses:
RawIncomingVideoStream
,RemoteVideoStream
public abstract class IncomingVideoStream extends CallVideoStream
Contains information about common properties between the different types of incoming video streams
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class CallVideoStream
finalize, getDirection, getId, getMediaStreamType, getSourceType, getState, getType
-
-