RemoteVideoStreamsEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. RemoteVideoStreamsEvent
- com.
public class RemoteVideoStreamsEvent
Information about remote video streams added or removed
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
Remote video streams that have been added to the current call
getRemovedRemoteVideoStreams
public List
Remote video streams that are no longer part of the current call