Class LocalVideoStreamsUpdatedEvent
- Object
-
- LocalVideoStreamsUpdatedEvent
-
@Deprecated public final class LocalVideoStreamsUpdatedEvent extends Object
Deprecated.Use VideoStreamStateChangedEventArgs insteadDescribes a LocalVideoStreamsUpdated event data
-
-
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<LocalVideoStream>
getAddedStreams()
Deprecated.List of LocalVideoStream that were addedList<LocalVideoStream>
getRemovedStreams()
Deprecated.List of LocalVideoStream that were removed
-
-
-
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
-
getAddedStreams
public List<LocalVideoStream> getAddedStreams()
Deprecated.List of LocalVideoStream that were added
-
getRemovedStreams
public List<LocalVideoStream> getRemovedStreams()
Deprecated.List of LocalVideoStream that were removed
-
-