CallFrameRecordingFrameReadyEvent

data class CallFrameRecordingFrameReadyEvent(@Json(name = "call_cid") val callCid: String, @Json(name = "captured_at") val capturedAt: OffsetDateTime, @Json(name = "created_at") val createdAt: OffsetDateTime, @Json(name = "egress_id") val egressId: String, @Json(name = "session_id") val sessionId: String, @Json(name = "track_type") val trackType: String, @Json(name = "url") val url: String, @Json(name = "users") val users: Map<String, UserResponse> = emptyMap(), @Json(name = "type") val type: String) : VideoEvent, WSCallEvent

This event is sent when a frame is captured from a call

Constructors

Link copied to clipboard
constructor(@Json(name = "call_cid") callCid: String, @Json(name = "captured_at") capturedAt: OffsetDateTime, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "egress_id") egressId: String, @Json(name = "session_id") sessionId: String, @Json(name = "track_type") trackType: String, @Json(name = "url") url: String, @Json(name = "users") users: Map<String, UserResponse> = emptyMap(), @Json(name = "type") type: String)

Properties

Link copied to clipboard
Link copied to clipboard
val capturedAt: OffsetDateTime
Link copied to clipboard
val createdAt: OffsetDateTime
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getCallCID(): String
Link copied to clipboard
open override fun getEventType(): String