EventStreamHangup

data class EventStreamHangup(    val from: String,     val reason: String,     val streamId: String)

Constructors

Link copied to clipboard
fun EventStreamHangup(    from: String,     reason: String,     streamId: String)

Properties

Link copied to clipboard
val from: String
Link copied to clipboard
val reason: String
Link copied to clipboard
val streamId: String