Class RemoteVideoStreamsEvent
- Object
-
- RemoteVideoStreamsEvent
-
@Deprecated public final class RemoteVideoStreamsEvent extends Object
Deprecated.Use VideoStreamStateChangedEventArgs insteadInformation about remote video streams added or removed
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
finalize()
Deprecated.Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.List<RemoteVideoStream>
getAddedRemoteVideoStreams()
Deprecated.Remote video streams that have been added to the current callList<RemoteVideoStream>
getRemovedRemoteVideoStreams()
Deprecated.Remote video streams that are no longer part of the current call
-
-
-
Method Detail
-
finalize
protected void finalize()
Deprecated.Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalize
in classObject
-
getAddedRemoteVideoStreams
public List<RemoteVideoStream> getAddedRemoteVideoStreams()
Deprecated.Remote video streams that have been added to the current call
-
getRemovedRemoteVideoStreams
public List<RemoteVideoStream> getRemovedRemoteVideoStreams()
Deprecated.Remote video streams that are no longer part of the current call
-
-