CallParticipantResponse

data class CallParticipantResponse(@Json(name = "joined_at") val joinedAt: OffsetDateTime, @Json(name = "role") val role: String, @Json(name = "user") val user: UserResponse, @Json(name = "user_session_id") val userSessionId: String)

Parameters

joinedAt
role
user
userSessionId

Constructors

Link copied to clipboard
constructor(@Json(name = "joined_at") joinedAt: OffsetDateTime, @Json(name = "role") role: String, @Json(name = "user") user: UserResponse, @Json(name = "user_session_id") userSessionId: String)

Properties

Link copied to clipboard
val joinedAt: OffsetDateTime
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard