ParticipantResponse
@Serializable
Constructors
Link copied to clipboard
constructor(id: ParticipantId, startTime: Instant? = null, displayName: String, overlayText: String = displayName, presenting: Boolean = false, audioMuted: Boolean = false, videoMuted: Boolean = false, muteSupported: Boolean = false, transferSupported: Boolean = false, disconnectSupported: Boolean = false, role: Role = Role.UNKNOWN, serviceType: ServiceType = ServiceType.UNKNOWN, buzzTime: Instant? = null, spotlightTime: Instant? = null, callTag: String = "", clientAudioMuted: Boolean = audioMuted)