AudibleCallChangedEvent

class AudibleCallChangedEvent(val sessionId: String?, val panning: Int) : VoipEvents

Event sent to handle the change of the audible call of a given session. The event holds the sessionId of the audible call (or null when there is no more audio), and the corresponding STWPanning.

Constructors

Link copied to clipboard
fun AudibleCallChangedEvent(sessionId: String?, panning: Int)

Properties

Link copied to clipboard
val panning: Int
Link copied to clipboard
val sessionId: String?

Inherited properties

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