LocalVideoStreamsUpdatedEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. LocalVideoStreamsUpdatedEvent
- com.
public class LocalVideoStreamsUpdatedEvent
Describes a LocalVideoStreamsUpdated event data
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
List of LocalVideoStream that were added
getRemovedStreams
public List
List of LocalVideoStream that were removed