RemoteVideoStreamsEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. RemoteVideoStreamsEvent
- com.
public class RemoteVideoStreamsEvent
Information about remote video streams added or removed <xrefsect id="deprecated_1_deprecated000026"><xreftitle>Deprecated</xreftitle><xrefdescription>
Use VideoStreamStateChangedEventArgs instead
</xrefdescription></xrefsect>Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
|
List<Remote |
getAddedRemoteVideoStreams()
Remote video streams that have been added to the current call |
|
List<Remote |
getRemovedRemoteVideoStreams()
Remote video streams that are no longer part of the current call |
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getAddedRemoteVideoStreams
public List<RemoteVideoStream> getAddedRemoteVideoStreams()
Remote video streams that have been added to the current call
getRemovedRemoteVideoStreams
public List<RemoteVideoStream> getRemovedRemoteVideoStreams()
Remote video streams that are no longer part of the current call