WebSocketMeetingPeerUser

constructor(id: String, userId: String, name: String? = null, device: Device? = null, picture: String? = null, isHost: Boolean? = null, webinarHiddenParticipant: Boolean = false, flags: MeetingPeerFlags = MeetingPeerFlags(), clientSpecificId: String? = null, audioMuted: Boolean = false, hiddenParticipant: Boolean = false, participantMetadata: MeetingPeerMetadata = MeetingPeerMetadata(), stageStatus: WebSocketStageStatus = WebSocketStageStatus.OFF_STAGE, requestToJoinType: WebSocketRequestToJoinType? = null, presetType: String? = null, videoEnabled: Boolean? = null, recorderType: WebSocketRecorderType = WebSocketRecorderType.NONE)