LocalVideoStreamsUpdatedEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. LocalVideoStreamsUpdatedEvent
- com.
public class LocalVideoStreamsUpdatedEvent
Describes a LocalVideoStreamsUpdated event data <xrefsect id="deprecated_1_deprecated000020"><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<Local |
getAddedStreams()
List of LocalVideoStream that were added |
|
List<Local |
getRemovedStreams()
List of LocalVideoStream that were removed |
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.
getAddedStreams
public List<LocalVideoStream> getAddedStreams()
List of LocalVideoStream that were added
getRemovedStreams
public List<LocalVideoStream> getRemovedStreams()
List of LocalVideoStream that were removed