Class LocalVideoStreamsUpdatedEvent
- Object
-
- LocalVideoStreamsUpdatedEvent
-
@Deprecated public final class LocalVideoStreamsUpdatedEvent extends ObjectDeprecated.Use VideoStreamStateChangedEventArgs insteadDescribes a LocalVideoStreamsUpdated event data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidfinalize()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:
finalizein 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
-
-