ActiveCameraChangeEvents

class ActiveCameraChangeEvents(    val eventType: String,     var call: STWVCall,     var oldCamera: STWCamera?,     var newCamera: STWCamera) : VoipEvents

Data class to be used to handle the change of video capture source

Constructors

Link copied to clipboard
fun ActiveCameraChangeEvents(    eventType: String,     call: STWVCall,     oldCamera: STWCamera?,     newCamera: STWCamera)

Properties

Link copied to clipboard
var call: STWVCall
Link copied to clipboard
var newCamera: STWCamera
Link copied to clipboard
var oldCamera: STWCamera?

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
val eventType: String
Link copied to clipboard
var type: String